home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / system / arexx_for_beginners / articles_01-10 / example3-3.rexx < prev    next >
OS/2 REXX Batch file  |  1995-08-02  |  202b  |  8 lines

  1. /* Example3-3.rexx */
  2.  
  3. SAY 'a'x||CENTRE('Hi there - I am an AREXX program started from an Icon!',79)
  4. SAY CENTRE('This  window  will  go away  by itself  in 10 seconds.',79)
  5.  
  6. DO UNTIL TIME('E') > 10
  7. END
  8.